Class sjl.wrappers.FuncModulusDouble
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncModulusDouble

java.lang.Object
   |
   +----sjl.wrappers.FuncModulusDouble

public class FuncModulusDouble
extends Object
implements Function2
FuncModulusDouble is a function object designed for creating a new object of type Double based on the two argument objects and the % operator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncModulusDouble()

Method Index

 o perform(Object, Object)
Convert the arguments to Double and use the return values from the doubleValue() method with the % operator to create a new Double which is returned.

Constructors

 o FuncModulusDouble
  public FuncModulusDouble()

Methods

 o perform
  public Object perform(Object o1,
                        Object o2)
Convert the arguments to Double and use the return values from the doubleValue() method with the % operator to create a new Double which is returned.

All Packages  Class Hierarchy  This Package  Previous  Next  Index